
@charset "utf-8";
@font-face {
    font-family: 'sy1';
    src: url(../jscss/SourceHanSansSC-Medium.otf);
}
@font-face {
    font-family: 'sy2';
    src: url(../jscss/SourceHanSansSC-Regular.otf);
}
/* CSS Document */


/* 产品中心 */
@media only screen and (min-width: 1600px) {
    .pro1{width: 100%;padding: 80px 0 80px 0;}
    .pro1-a{width: 1560px;margin: 0 auto;}
    .pro1-b{width: 100%;margin-top: 55px;}
    .pro1-b1{width: calc((100% - 40px)/2);float: left;margin-right: 40px;margin-bottom: 40px;}
    .pro1-b .pro1-b1:nth-child(2n){margin-right: 0;}
    .pro1-b2{width: 100%;height:340px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);}
    .pro1-b2>img{width: 100%;transition: 0.5s;}
    .pro1-b2:hover img{transform: scale(1.08);transition: 0.5s;}
    .pro1-b3{margin-top: 30px;}
    .pro1-b3>div:nth-child(1){font-size: 20px;line-height: 20px;}
    .pro1-b3>div:nth-child(2){font-size: 14px;line-height: 22px;color: #989898;margin-top: 17px;}
}
@media only screen and (max-width: 1599px) and (min-width:1024px) {
    .pro1{width: 100%;padding: 80px 0 80px 0;}
    .pro1-a{width: 960px;margin: 0 auto;}
    .pro1-b{width: 100%;margin-top: 55px;}
    .pro1-b1{width: calc((100% - 40px)/2);float: left;margin-right: 40px;margin-bottom: 40px;}
    .pro1-b .pro1-b1:nth-child(2n){margin-right: 0;}
    .pro1-b2{width: 100%;height:calc(960px*340/1560);box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);}
    .pro1-b2>img{width: 100%;transition: 0.5s;}
    .pro1-b2:hover img{transform: scale(1.08);transition: 0.5s;}
    .pro1-b3{margin-top: 30px;}
    .pro1-b3>div:nth-child(1){font-size: 20px;line-height: 20px;}
    .pro1-b3>div:nth-child(2){font-size: 14px;line-height: 22px;color: #989898;margin-top: 17px;}
}
@media only screen and (max-width: 1023px){
    .pro1{width: 100%;padding: 0.8rem 0 0.8rem 0;}
    .pro1-a{width: calc(100% - 0.3rem*2);margin: 0 auto;}
    .pro1-b{width: 100%;margin-top: 0.55rem;}
    .pro1-b1{width: 100%;margin-bottom: 0.4rem;}
    .pro1-b2{width: 100%;height:3.4rem;box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);}
    .pro1-b2>img{width: 100%;transition: 0.5s;}
    .pro1-b3{margin-top: 0.3rem;}
    .pro1-b3>div:nth-child(1){font-size: 0.32rem;line-height: 0.32rem;}
    .pro1-b3>div:nth-child(2){font-size: 0.2rem;line-height: 0.32rem;color: #989898;margin-top: 0.17rem;}
}

/* 培训列表 */
@media only screen and (min-width: 1600px) {
    .pl1{width:100%!important;padding: 80px 0 80px 0; }
    .pl1-a{width: 100%;margin: 0 auto;}
    .pl1-b{width: 100%!important;display: flex;align-items: center;justify-content: flex-end;}
    .pl1-b>.pl1-b1{line-height: 12px;padding:10px;  text-align: center; font-size: 14px;border: 1px solid #eaeaea;width:20px; margin:0px 12px 0 0;transition: 0.5s;cursor: pointer;}
    .pl1-b1.on1{background: #0168a2;color: #fff;transition: 0.5s;}
    .pl1-b1:hover{background: #0168a2;color: #fff;transition: 0.5s;}
	.pl1-b1 a{color:#0168a2;}
}
@media only screen and (max-width: 1599px) and (min-width:1024px) {
    .pl1{width: 100%;padding: 80px 0 80px 0;}
    .pl1-a{width: 960px;margin: 0 auto;}
    .pl1-b{width: 100%;display: flex;align-items: center;justify-content: center;}
    .pl1-b>.pl1-b1{line-height: 12px;padding: 10px;font-size: 12px;border: 1px solid #eaeaea;margin-right: 12px;transition: 0.5s;cursor: pointer;}
    .pl1-b1.on1{background: #02526b;color: #fff;transition: 0.5s;}
    .pl1-b1:hover{background: #02526b;color: #fff;transition: 0.5s;}
}
@media only screen and (max-width: 1023px){
    .pl1{width: 100%;padding: 0.8rem 0 0.8rem 0;}
    .pl1-a{width: calc(100% - 0.3rem*2);margin: 0 auto;}
    .pl1-b{width: 100%;display: flex;align-items: center;justify-content: center;}
    .pl1-b>.pl1-b1{line-height: 0.2rem;padding: 0.1rem;font-size: 0.2rem;border:0.01rem solid #eaeaea;margin-right: 0.12rem;transition: 0.5s;}
    .pl1-b1.on1{background: #02526b;color: #fff;transition: 0.5s;}
}

/* 品牌服务 */
@media only screen and (min-width: 1600px) {
    .pl1-c{width: 100%;margin-top: 45px;}

    .ps1{width: 100%;margin-top: 45px;}
    .ps1-a{width: calc((100% - 40px*2)/3);float: left;margin-right: 40px;margin-bottom: 30px;}
    .ps1 .ps1-a:nth-child(3n){margin-right: 0;}
    .ps1-a1{width: 100%;height: 288px;}
    .ps1-a1>img{width: 100%;transition: 0.5s;}
    .ps1-a1:hover img{transform: scale(1.08);transition: 0.5s;}
    .ps1-a2{margin-top: 30px;font-size: 18px;line-height: 22px;}

    .list{width: 100%;padding: 80px 0 0 0;}
    .list .ind4-a21{margin-bottom: 0;}
    .list2{width: 100%;padding: 80px 0 80px 0;}
    .list2-a{width: 1560px;margin: 0 auto;}
}
@media only screen and (max-width: 1599px) and (min-width:1024px) {
    .pl1-c{width: 100%;margin-top: 45px;}

    .ps1{width: 100%;margin-top: 45px;}
    .ps1-a{width: calc((100% - 40px*2)/3);float: left;margin-right: 40px;margin-bottom: 30px;}
    .ps1 .ps1-a:nth-child(3n){margin-right: 0;}
    .ps1-a1{width: 100%;height: calc(960px*288/1560);}
    .ps1-a1>img{width: 100%;transition: 0.5s;}
    .ps1-a1:hover img{transform: scale(1.08);transition: 0.5s;}
    .ps1-a2{margin-top: 30px;font-size: 18px;line-height: 22px;}

    .list{width: 100%;padding: 80px 0 0 0;}
    .list .ind4-a21{margin-bottom: 0;}
    .list2{width: 100%;padding: 80px 0 80px 0;}
    .list2-a{width: 1560px;margin: 0 auto;}
}
@media only screen and (max-width: 1023px){
    .pl1-c{width: 100%;margin-top: 0.45rem;}

    .ps1{width: 100%;margin-top: 0.45rem;}
    .ps1-a{width: 100%;margin-bottom: 0.3rem;}
    .ps1-a1{width: 100%;height: 3.2rem;}
    .ps1-a1>img{width: 100%;transition: 0.5s;}
    .ps1-a2{margin-top: 0.3rem;font-size: 0.26rem;line-height: 0.4rem;}

    .list{width: 100%;padding: 0.8rem 0 0 0;}
    .list .ind4-a21{margin-bottom: 0.3rem;}
    .list2{width: 100%;padding: 0.8rem 0 0.8rem 0;}
    .list2-a{width: calc(100% - 0.3rem*2);margin: 0 auto;}
}


/* 品牌招商 */
@media only screen and (min-width: 1600px) {
    .jo1-1{font-size: 38px;line-height: 38px;color: #02526b;text-align: center;font-weight: bold;}
    .jo1-2{font-size: 18px;line-height: 18px;color: #666666;text-align: center;margin-top: 28px;margin-bottom: 68px;}
    .jo1-3{width: 730px;margin: 0 auto;margin-bottom: 40px;}
    .jo1-31{width: calc((100% - 68px)/2);float: left;margin-right: 68px;height: 60px;background: #fff;position: relative;}
    .jo1-3 .jo1-31:nth-child(2){margin-right: 0;}
    .jo1-31>div{position: absolute;top: 0;left: 20px;line-height: 60px;font-size: 16px;color: #999999;}
    .jo1-31>div>span{color: #ff0000;}
    .jo1-31>input{width: 100%;height: 100%;font-size: 16px;padding-left: 70px;}
    .jo1-31>select{width: 120px;height: 34px;border: 1px solid #f0f0f0;border-radius: 5px;float: left;font-size: 16px;margin-top: calc(60px/2 - 34px/2);margin-right: 5px;}
    .jo1-32{padding-left: 65px;}
    .jo1-33{width: 730px;height: 60px;background: #fff;position:relative;margin: 0 auto;margin-bottom: 40px;}
    .jo1-33>div{position: absolute;top: 0;left: 20px;font-size: 16px;line-height: 60px;color: #999999;}
    .jo1-33>textarea{width: 100%;height: 100%;font-size: 16px;padding-left: 70px;}
    .jo1-34{width: 205px;height: 60px;background: #fff;margin: 0 auto;display: flex;align-items: center;justify-content: center;transition: 0.5s;}
    .jo1-34>div:nth-child(1){font-size: 16px;line-height: 16px;color: #02526b;margin-right: 27px;font-weight: bold;transition: 0.5s;}
    .jo1-34>div:nth-child(2){width: 33px;height: 9px;position: relative;}
    .jo1-34:hover{background: #02526b;transition: 0.5s;}
    .jo1-34:hover >div:nth-child(1){color: #fff;transition: 0.5s;}
    .jo1-34>div:nth-child(2)>img{position: absolute;top: 0;left: 0;}
    .jo1-34>div:nth-child(2)>img:nth-child(1){opacity: 1;transition: 0.5s;}
    .jo1-34>div:nth-child(2)>img:nth-child(2){opacity: 0;transition: 0.5s;}
    .jo1-34:hover >div:nth-child(2)>img:nth-child(1){opacity: 0;transition: 0.5s;}
    .jo1-34:hover >div:nth-child(2)>img:nth-child(2){opacity: 1;transition: 0.5s;}

}
@media only screen and (max-width: 1599px) and (min-width:1024px) {
    .jo1-1{font-size: calc(960px*38/1560);line-height: calc(960px*38/1560);color: #02526b;text-align: center;font-weight: bold;}
    .jo1-2{font-size: calc(960px*18/1560);line-height: calc(960px*18/1560);color: #666666;text-align: center;margin-top: calc(960px*28/1560);margin-bottom: calc(960px*68/1560)}
    .jo1-3{width: calc(960px*730/1560);margin: 0 auto;margin-bottom:calc(960px*40/1560);}
    .jo1-31{width: calc((100% - (960px*68/1560))/2);float: left;margin-right: calc(960px*68/1560);height: calc(960px*60/1560);background: #fff;position: relative;}
    .jo1-3 .jo1-31:nth-child(2){margin-right: 0;}
    .jo1-31>div{position: absolute;top: 0;left: calc(960px*20/1560);line-height: calc(960px*60/1560);font-size: calc(960px*16/1560);color: #999999;}
    .jo1-31>div>span{color: #ff0000;}
    .jo1-31>input{width: 100%;height: 100%;font-size:calc(960px*16/1560);padding-left: calc(960px*70/1560);}
    .jo1-31>select{width: calc(960px*120/1560);height: calc(960px*34/1560);border: 1px solid #f0f0f0;border-radius: 5px;float: left;font-size: calc(960px*16/1560);margin-top: calc((960px*60/1560)/2 - (960px*34/1560)/2);margin-right: calc(960px*5/1560);}
    .jo1-32{padding-left: calc(960px*65/1560);}
    .jo1-33{width: calc(960px*730/1560);height: calc(960px*60/1560);background: #fff;position:relative;margin: 0 auto;margin-bottom: calc(960px*40/1560);}
    .jo1-33>div{position: absolute;top: 0;left: calc(960px*20/1560);font-size: calc(960px*16/1560);line-height: calc(960px*60/1560);color: #999999;}
    .jo1-33>textarea{width: 100%;height: 100%;font-size: calc(960px*16/1560);padding-left: calc(960px*70/1560);}
    .jo1-34{width: calc(960px*205/1560);height: calc(960px*60/1560);background: #fff;margin: 0 auto;display: flex;align-items: center;justify-content: center;transition: 0.5s;}
    .jo1-34>div:nth-child(1){font-size: calc(960px*16/1560);line-height: calc(960px*16/1560);color: #02526b;margin-right: calc(960px*27/1560);font-weight: bold;transition: 0.5s;}
    .jo1-34>div:nth-child(2){width: calc(960px*33/1560);height:calc(960px*9/1560);position: relative;}
    .jo1-34:hover{background: #02526b;transition: 0.5s;}
    .jo1-34:hover >div:nth-child(1){color: #fff;transition: 0.5s;}
    .jo1-34>div:nth-child(2)>img{position: absolute;top: 0;left: 0;}
    .jo1-34>div:nth-child(2)>img:nth-child(1){opacity: 1;transition: 0.5s;}
    .jo1-34>div:nth-child(2)>img:nth-child(2){opacity: 0;transition: 0.5s;}
    .jo1-34:hover >div:nth-child(2)>img:nth-child(1){opacity: 0;transition: 0.5s;}
    .jo1-34:hover >div:nth-child(2)>img:nth-child(2){opacity: 1;transition: 0.5s;}
}
@media only screen and (max-width: 1023px){
    .jo1-1{font-size: 0.38rem;line-height: 0.38rem;color: #02526b;text-align: center;font-weight: bold;}
    .jo1-2{font-size: 0.26rem;line-height: 0.26rem;color: #666666;text-align: center;margin-top: 0.28rem;margin-bottom: 0.68rem;}
    .jo1-3{width: calc(100% - 0.3rem*2);margin: 0 auto;margin-bottom: 0.4rem;}
    .jo1-31{width: calc((100% - 0.68rem)/2);float: left;margin-right: 0.68rem;height: 0.52rem;background: #fff;position: relative;}
    .jo1-3 .jo1-31:nth-child(2){margin-right: 0;}
    .jo1-31>div{position: absolute;top: 0;left: 0.2rem;line-height: 0.52rem;font-size: 0.22rem;color: #999999;}
    .jo1-31>div>span{color: #ff0000;}
    .jo1-31>input{width: 100%;height: 100%;font-size: 0.22rem;padding-left: 0.7rem;}
    .jo1-31>select{width: 1rem;height: 0.34rem;border: 0.01rem solid #f0f0f0;border-radius: 5px;float: left;font-size: 0.22rem;margin-top: calc(0.52rem/2 - 0.34rem/2);margin-right: 0.05rem;}
    .jo1-32{padding-left: 0.65rem;}
    .jo1-33{width: calc(100% - 0.3rem*2);height: 0.8rem;background: #fff;position:relative;margin: 0 auto;margin-bottom: 0.4rem;}
    .jo1-33>div{position: absolute;top: 0;left: 0.2rem;font-size: 0.22rem;line-height: 0.8rem;color: #999999;}
    .jo1-33>textarea{width: 100%;height: 100%;font-size: 0.22rem;padding-left: 0.7rem;}
    .jo1-34{width:2.05rem;height: 0.6rem;background: #fff;margin: 0 auto;display: flex;align-items: center;justify-content: center;transition: 0.5s;}
    .jo1-34>div:nth-child(1){font-size: 0.22rem;line-height: 0.22rem;color: #02526b;margin-right: 0.27rem;font-weight: bold;transition: 0.5s;}
    .jo1-34>div:nth-child(2){width: 0.33rem;height:0.09rem;position: relative;}
    .jo1-34>div:nth-child(2)>img{position: absolute;top: 0;left: 0;}
    .jo1-34>div:nth-child(2)>img:nth-child(1){opacity: 1;transition: 0.5s;}
    .jo1-34>div:nth-child(2)>img:nth-child(2){opacity: 0;transition: 0.5s;}

}

/* 新闻详情 */
@media only screen and (min-width: 1600px) {
    .news2{width: 100%;margin-top: 55px;border-bottom: 2px solid #ececec;}
    .news2-1{font-size: 24px;line-height: 24px;text-align: center;}
    .news2-2{font-size: 16px;line-height: 16px;color: #989898;text-align: center;margin-top: 23px;}
    .news2-3{width: 80px;height: 2px;background: #02526b;margin: 0 auto;margin-top: 15px;}
    .news2-4{font-size: 16px;line-height: 48px;margin-top: 40px;}
    .news2-4>img{max-width: 100%;margin: 0 auto;}
    .news2-5{margin-top: 60px;}
    .news2-5>div{font-size: 14px;line-height: 14px;color: #666666;margin-bottom: 20px;}
    .news2-5>div>span{font-size: 14px;line-height: 14px;color: #02526b;}
}
@media only screen and (max-width: 1599px) and (min-width:1024px) {
    .news2{width: 100%;margin-top: calc(960px*55/1560);border-bottom: 2px solid #ececec;}
    .news2-1{font-size: calc(960px*24/1560);line-height: calc(960px*24/1560);text-align: center;}
    .news2-2{font-size: calc(960px*16/1560);line-height: calc(960px*16/1560);color: #989898;text-align: center;margin-top: calc(960px*23/1560);}
    .news2-3{width: calc(960px*80/1560);height: 2px;background: #02526b;margin: 0 auto;margin-top:calc(960px*15/1560);}
    .news2-4{font-size: calc(960px*16/1560);line-height: calc(960px*48/1560);margin-top: calc(960px*40/1560);}
    .news2-4>img{max-width: 100%;margin: 0 auto;}
    .news2-5{margin-top: calc(960px*60/1560);}
    .news2-5>div{font-size: calc(960px*14/1560);line-height: calc(960px*14/1560);color: #666666;margin-bottom: calc(960px*20/1560);}
    .news2-5>div>span{font-size: calc(960px*14/1560);line-height: calc(960px*14/1560);color: #02526b;}
}
@media only screen and (max-width: 1023px){
    .news2{width: 100%;margin-top: 0.55rem;border-bottom: 0.02rem solid #ececec;}
    .news2-1{font-size: 0.3rem;line-height: 0.3rem;text-align: center;}
    .news2-2{font-size: 0.22rem;line-height: 0.22rem;color: #989898;text-align: center;margin-top: 0.23rem;}
    .news2-3{width: 0.8rem;height:0.02rem;background: #02526b;margin: 0 auto;margin-top: 0.15rem;}
    .news2-4{font-size: 0.22rem;line-height: 0.48rem;margin-top: 0.4rem;}
    .news2-4>img{max-width: 100%;margin: 0 auto;}
    .news2-5{margin-top: 0.6rem;}
    .news2-5>div{font-size: 0.2rem;line-height: 0.2rem;color: #666666;margin-bottom: 0.2rem;}
    .news2-5>div>span{font-size: 0.2rem;line-height: 0.2rem;color: #02526b;}
}

/* 新闻中心 */
@media only screen and (min-width: 1600px) {
    .news1{width: 100%;margin-top: 45px;}
    .news1-a{width: 100%;height: 270px;margin-bottom: 30px;}
    .news1-a1{float: left;width: 390px;height: 240px;border-radius: 10px;}
    .news1-a1 img{width: 100%;transition: 0.5s;}
    .news1-a2{width: calc(100% - 390px - 50px);height: 100%;float: left;margin-left: 50px;border-bottom: 2px solid #f6f6f6;padding-top: 16px;position: relative;}
    .news1-a21{font-size: 24px;line-height: 24px;transition: 0.5s;}
    .news1-a22{position: absolute;right: 0;top: 16px;display: flex;align-items: center;}
    .news1-a22>div:nth-child(1){width: 18px;height: 18px;margin-right: 10px;}
    .news1-a22>div:nth-child(2){font-size: 20px;line-height: 20px;color: #989898;}
    .news1-a23{width: 100%;height: calc(24px*3);overflow: hidden;font-size: 16px;line-height: 24px;color: #989898;margin-top: 34px;}
    .news1-a24{width: 180px;height: 50px;border-radius: 10px;overflow:hidden;float: right;margin-top: 30px;transition: 0.5s;}
    .news1-a24>div:nth-child(1){width: 134px;height: 100px;float: left;text-align: center;line-height: 50px;font-size: 18px;color: #989898;background: #f8f8f8;transition: 0.5s;}
    .news1-a24>div:nth-child(2){width: calc(100% - 134px);height: 100%;display: flex;align-items: center;background: #e6e6e6;transition: 0.5s;}
    .news1-a24>div:nth-child(2)>img{width: 36px;height: 15px;}
    .news1-a:hover .news1-a1>img{transform: scale(1.08);transition: 0.5s;}
    .news1-a:hover .news1-a21{color: #02526b;transition: 0.5s;}
    .news1-a:hover .news1-a24{box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);transition: 0.5s;}
    .news1-a:hover .news1-a24>div:nth-child(1){background: #fff;color: #333;transition: 0.5s;}
    .news1-a:hover .news1-a24>div:nth-child(2){background: #02526b;transition: 0.5s;}
}
@media only screen and (max-width: 1599px) and (min-width:1024px) {
    .news1{width: 100%;margin-top: calc(960px*45/1560);}
    .news1-a{width: 100%;height: calc(960px*270/1560);margin-bottom: calc(960px*30/1560);}
    .news1-a1{float: left;width: calc(960px*390/1560);height: calc(960px*240/1560);border-radius: 10px;}
    .news1-a1 img{width: 100%;transition: 0.5s;}
    .news1-a2{width: calc(100% - (960px*390/1560) - (960px*50/1560));height: 100%;float: left;margin-left: calc(960px*50/1560);border-bottom: 2px solid #f6f6f6;padding-top: calc(960px*16/1560);position: relative;}
    .news1-a21{font-size: calc(960px*24/1560);line-height: calc(960px*24/1560);transition: 0.5s;}
    .news1-a22{position: absolute;right: 0;top: calc(960px*16/1560);display: flex;align-items: center;}
    .news1-a22>div:nth-child(1){width: calc(960px*18/1560);height: calc(960px*18/1560);margin-right: calc(960px*10/1560);}
    .news1-a22>div:nth-child(2){font-size: calc(960px*20/1560);line-height: calc(960px*20/1560);color: #989898;}
    .news1-a23{width: 100%;height: calc((960px*24/1560)*3);overflow: hidden;font-size: calc(960px*16/1560);line-height: calc(960px*24/1560);color: #989898;margin-top: calc(960px*34/1560);}
    .news1-a24{width: calc(960px*180/1560);height: calc(960px*50/1560);border-radius: 10px;overflow:hidden;float: right;margin-top: calc(960px*30/1560);transition: 0.5s;}
    .news1-a24>div:nth-child(1){width: calc(960px*134/1560);height: calc(960px*100/1560);float: left;text-align: center;line-height: calc(960px*50/1560);font-size: calc(960px*18/1560);color: #989898;background: #f8f8f8;transition: 0.5s;}
    .news1-a24>div:nth-child(2){width: calc(100% - (960px*134/1560));height: 100%;display: flex;align-items: center;background: #e6e6e6;transition: 0.5s;}
    .news1-a24>div:nth-child(2)>img{width: calc(960px*36/1560);height: calc(960px*15/1560);}
    .news1-a:hover .news1-a1>img{transform: scale(1.08);transition: 0.5s;}
    .news1-a:hover .news1-a21{color: #02526b;transition: 0.5s;}
    .news1-a:hover .news1-a24{box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);transition: 0.5s;}
    .news1-a:hover .news1-a24>div:nth-child(1){background: #fff;color: #333;transition: 0.5s;}
    .news1-a:hover .news1-a24>div:nth-child(2){background: #02526b;transition: 0.5s;}
}
@media only screen and (max-width: 1023px){
    .news1{width: 100%;margin-top: 0.45rem;}
    .news1-a{width: 100%;margin-bottom: 0.3rem;}
    .news1-a1{width: 100%;height: 3.8rem;border-radius: 0.1rem;}
    .news1-a1 img{width: 100%;transition: 0.5s;}
    .news1-a2{width: 100%;border-bottom: 0.02rem solid #f6f6f6;padding-top: 0.16rem;position: relative;padding-bottom: 0.3rem;}
    .news1-a21{font-size: 0.3rem;line-height: 0.48rem;transition: 0.5s;}
    .news1-a22{display: flex;align-items: center;margin-top: 0.3rem;}
    .news1-a22>div:nth-child(1){width: 0.18rem;height: 0.18rem;margin-right: 0.1rem;}
    .news1-a22>div:nth-child(2){font-size: 0.28rem;line-height: 0.28rem;color: #989898;}
    .news1-a23{width: 100%;font-size: 0.22rem;line-height: 0.32rem;color: #989898;margin-top: 0.34rem;}
    .news1-a24{width: 1.8rem;height: 0.5rem;border-radius: 0.1rem;overflow:hidden;margin: 0 auto;margin-top: 0.3rem;transition: 0.5s;}
    .news1-a24>div:nth-child(1){width: 1.34rem;height: 100%;float: left;text-align: center;line-height: 0.5rem;font-size: 0.24rem;color: #989898;background: #f8f8f8;transition: 0.5s;}
    .news1-a24>div:nth-child(2){width: calc(100% - 1.34rem);height: 100%;display: flex;align-items: center;background: #e6e6e6;transition: 0.5s;}
    .news1-a24>div:nth-child(2)>img{width: 0.36rem;height: 0.15rem;}
}